Autogenerated HTML docs for v1.6.4-114-gefd1 
diff --git a/git-remote.txt b/git-remote.txt index 9e2b4ea..82a3d29 100644 --- a/git-remote.txt +++ b/git-remote.txt 
@@ -114,14 +114,14 @@  referenced by <name>, but are still locally available in  "remotes/<name>".  + -With `--dry-run` option, report what branches will be pruned, but do no +With `--dry-run` option, report what branches will be pruned, but do not  actually prune them.    'update'::    Fetch updates for a named set of remotes in the repository as defined by  remotes.<group>. If a named group is not specified on the command line, -the configuration parameter remotes.default will get used; if +the configuration parameter remotes.default will be used; if  remotes.default is not defined, all remotes which do not have the  configuration parameter remote.<name>.skipDefaultUpdate set to true will  be updated. (See linkgit:git-config[1]).